home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 November / macformat-043.iso / mac / Shareware Plus / Developers / OpenStack Rinaldi Collection / openstack-rinaldi-lib / Infoid 1.1 (US) / Infoid 1.1 (US).rsrc / HELP_5635 next >
Encoding:
Text File  |  1996-01-09  |  1.8 KB  |  45 lines

  1.  
  2.  
  3.                                                 Infoid 1.1
  4.  
  5.                                           by Frédéric RINALDI
  6.  
  7. DESCRIPTION
  8.   Infoid XCMD displays a windoid showing current objects attributes.
  9.  
  10. SYNTAX
  11.                                              Infoid [<X>,<Y>]
  12.  
  13. PARAMETERS
  14.    <X> and <Y> are optional integer, allowing to give coordinates where the window will appear on screen.
  15.  
  16.    Using "!" and "?" as parameter will return an online help (resp. copyright and syntax).
  17.  
  18. USING
  19.    Infoid is stand alone, no linked resource is needed. To activate it, you'll have to put a short handler in your Home stack :
  20.  
  21.    on mouseEnter
  22.       if "Infoid" is in windows()
  23.       then send "Update" to window "Infoid"
  24.    end mouseEnter
  25.  
  26.    Clicking on the zoom box displays more informations.
  27.  
  28. PROPERTIES
  29.    Like any XWindow, Infoid has properties that can be get and set thru HyperTalk. 
  30.   “properties of window "Infoid"” will return an item list of all allowed properties. Properties cannot be set.
  31.    Most usual are Loc and visible. So you can move the windoid on the screen, and make it invisible.
  32.  
  33. ERRORS
  34.    If an error occurs, the Result will contain:
  35.      "Error : Unable to create XWindow"
  36.      "Error : XWindows not implemented"
  37. --------------------------------------------------------------------
  38.    All externals included in this stack are FreeWare and may be used in non-commercial software provided the following notice is visibly present :
  39.  
  40.                    Infoid XCMD, © Frederic Rinaldi, 1989…1993.
  41.  
  42.    Free for non-commercial use. Use in commercial software subjected to prior acknowledgement and licensing from the author, reachable at the following network addresses:
  43.  
  44. AppleLink: RINALDI1   CalvaCom : FR10    Compuserve : 71170,2111
  45.                Internet : RINALDI1@APPLELINK@APPLE.COM